home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Backpacker 2 (Sweden)
/
BackPacker 2 (Sweden) (Disc 1).7z
/
BackPacker 2 (Sweden) (Disc 1).bin
/
pc
/
instdata
/
instin01
/
00005_Proceed.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-01
|
358 b
|
16 lines
on mouseDown
global gRsrcPath, gIPServer, gIsDatagramOpen
ButtonH("Klick")
if the optionDown then
go("SetDNS")
exit
end if
set gIPServer to the text of field "ServerIPNo"
if (the machineType <> 256) and voidp(gIsDatagramOpen) then
go("openMacExe")
exit
end if
go("BLACK")
go(1, FixPath(gRsrcPath & "I_DATA01\I_MENU01"))
end